removeEffect

abstract fun removeEffect(block: DesignBlock, index: Int)

Removes the effect at the given index. Required scope: "appearance/effect"

Parameters

block

the block to remove the effect from.

index

the index where the effect is stored.